![]() |
PATH![]() |
![]() ![]() |
Before calling any contextual menu functions, your application should pass the selector gestaltContextualMenuAttr to the Gestalt function to determine whether contextual menu functions are available.
enum{
gestaltContextualMenuAttr = 'cmnu'
};
Your program can use the following value to test for the presence of contextual menu functions:
enum{
gestaltContextualMenuTrapAvailable = 1
};